home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 3 / 45 Great Windows Utilities Volume 3 MOJO-408 (Mojo Software).iso / cstr30 / stdafx.h_ / STDAFX.H
Text File  |  1995-07-04  |  2KB  |  97 lines

  1. // ------------------------------------------------------------------------------------------------------------------------------------------------------------
  2. //
  3. //    STRING STUDIO 3.0 - Precompiled header
  4. //
  5. // ------------------------------------------------------------------------------------------------------------------------------------------------------------
  6. //
  7. //    Copy the following dependencies to the STDAFX.H of your project.
  8. //    Don' t forget to un-comment #define _UNREGISTERED if you own the String Studio
  9. //    source code (i.e. you are a registered user)
  10. //
  11. // ------------------------------------------------------------------------------------------------------------------------------------------------------------
  12. //
  13. //    FILE:            STDAFX.H
  14. //    DATE:                 20 june 1995
  15. //    VERSION:            3.0
  16. //
  17. // ------------------------------------------------------------------------------------------------------------------------------------------------------------
  18. #ifdef _WIN32
  19.     #ifndef _WINDOWS
  20.         #define _WINDOWS
  21.     #endif
  22. #endif
  23.  
  24. #ifdef _WINDOWS
  25.     #ifndef __AFXWIN_H__
  26.         #include <afx.h>         // MFC core and standard components
  27.         #include <afxwin.h>
  28.         #include <afxext.h>
  29.     #endif
  30.     #ifndef _WIN32
  31.         #ifndef _INC_TOOLHELP
  32.             #include <toolhelp.h>
  33.         #endif
  34.     #endif
  35. #else
  36.     #ifndef __AFX_H__
  37.         #include <afx.h>         // MFC core and standard components
  38.     #endif
  39.     #ifndef _INC_MALLOC
  40.         #include <malloc.h>
  41.     #endif
  42.     #ifndef _INC_STDIO
  43.         #include <stdio.h>
  44.     #endif
  45. #endif
  46. #ifndef _INC_CTYPE
  47.     #include <ctype.h>
  48. #endif
  49. #ifndef _INC_STDLIB
  50.     #include <stdlib.h>
  51. #endif
  52. #ifndef _INC_STRING
  53.     #include <string.h>
  54. #endif
  55. #ifndef _INC_MATH
  56.     #include <math.h>
  57. #endif
  58. #ifndef _INC_TYPES
  59.     #include <sys\types.h>
  60. #endif
  61. #ifndef _INC_STAT
  62.     #include <sys\stat.h>
  63. #endif
  64. #ifndef _INC_DIRECT
  65.     #include <direct.h>
  66. #endif
  67. #ifndef _INC_DOS
  68.     #include <dos.h>   
  69. #endif
  70. #ifndef _INC_ERRNO
  71.     #include <errno.h>
  72. #endif
  73. #ifndef _INC_MEMORY
  74.     #include <memory.h>
  75. #endif
  76. #ifndef _INC_IO
  77.     #include <io.h>
  78. #endif
  79. #ifndef _INC_TIME
  80.     #include <time.h> 
  81. #endif
  82. #ifndef _INC_FCNTL
  83.     #include <fcntl.h>
  84. #endif
  85. #ifndef _INC_LIMITS
  86.     #include <limits.h>
  87. #endif
  88. #ifdef _WIN32
  89.     #ifndef _INC_PROCESS
  90.         #include <process.h>
  91.     #endif
  92. #endif
  93. #ifndef _CSTR_H
  94.     #include "CSTR30.H"
  95. #endif
  96.  
  97.